test: make sure that marked-failing synthetics actually fail#1451
Merged
CommanderStorm merged 1 commit intoJun 19, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1451 +/- ##
============================================
+ Coverage 62.66% 69.01% +6.35%
- Complexity 0 1003 +1003
============================================
Files 94 313 +219
Lines 15251 30415 +15164
Branches 0 3342 +3342
============================================
+ Hits 9557 20992 +11435
- Misses 5694 8296 +2602
- Partials 0 1127 +1127 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
CommanderStorm
force-pushed
the
test/remove-unnecessary-test-blockers
branch
from
June 19, 2026 02:07
5ef3787 to
c0a023b
Compare
Contributor
Performance ComparisonPerformance Comparison
|
| zoom | tiles | prev_total | curr_total | delta_total | avg_delta | pct | best | worst |
|---|---|---|---|---|---|---|---|---|
| 0 | 1 | 71471 | 71471 | 0 | 0.0 | 0.0 | ||
| 1 | 4 | 220990 | 220990 | 0 | 0.0 | 0.0 | ||
| 2 | 16 | 615018 | 615018 | 0 | 0.0 | 0.0 | ||
| 3 | 64 | 1653881 | 1653881 | 0 | 0.0 | 0.0 | ||
| 4 | 256 | 3828995 | 3828995 | 0 | 0.0 | 0.0 | ||
| 5 | 1024 | 9716961 | 9716961 | 0 | 0.0 | 0.0 | ||
| 6 | 4096 | 32402309 | 32402309 | 0 | 0.0 | 0.0 | ||
| ALL | 5461 | 48509625 | 48509625 | 0 | 0.0 | 0.0 |
Top 3 improvements
Top 3 degradations
CommanderStorm
force-pushed
the
test/remove-unnecessary-test-blockers
branch
from
June 19, 2026 08:00
c0a023b to
4db5b9e
Compare
CommanderStorm
marked this pull request as ready for review
June 19, 2026 08:01
michaelkirk
approved these changes
Jun 19, 2026
Collaborator
|
I was confused by the PR title, but essentially: If a known failing synthetic starts newly passing, we want to move it from UNSUPPORTED to supported. Otherwise we might accidentally regress it later. |
Member
Author
|
Yea, reworded it |
Merged
CommanderStorm
added a commit
that referenced
this pull request
Jun 21, 2026
## 🤖 New release * `mlt-core`: 0.12.0 -> 0.12.1 (✓ API compatible changes) * `mlt`: 0.1.19 -> 0.1.20 * `mlt-py`: 0.1.21 -> 0.1.22 * `mlt-wasm`: 0.1.14 -> 0.1.15 * `mlt-ffi`: 0.1.8 -> 0.1.9 <details><summary><i><b>Changelog</b></i></summary><p> ## `mlt-core` <blockquote> ## [0.12.1](rust-mlt-core-v0.12.0...rust-mlt-core-v0.12.1) - 2026-06-20 ### Other - *(deps)* bump fast-mvt from 0.3.2 to 0.4.0 in /rust in the all-cargo-version-updates group ([#1452](#1452)) </blockquote> ## `mlt` <blockquote> ## [0.1.20](rust-mlt-v0.1.19...rust-mlt-v0.1.20) - 2026-06-20 ### Other - update Cargo.lock dependencies </blockquote> ## `mlt-py` <blockquote> ## [0.1.22](python-mlt-v0.1.21...python-mlt-v0.1.22) - 2026-06-20 ### Other - *(deps)* bump fast-mvt from 0.3.2 to 0.4.0 in /rust in the all-cargo-version-updates group ([#1452](#1452)) </blockquote> ## `mlt-wasm` <blockquote> ## [0.1.15](rust-mlt-wasm-v0.1.14...rust-mlt-wasm-v0.1.15) - 2026-06-20 ### Other - make sure that marked-failing synthetics actually fail ([#1451](#1451)) - *(deps)* bump fast-mvt from 0.3.2 to 0.4.0 in /rust in the all-cargo-version-updates group ([#1452](#1452)) </blockquote> ## `mlt-ffi` <blockquote> ## [0.1.9](rust-mlt-ffi-v0.1.8...rust-mlt-ffi-v0.1.9) - 2026-06-20 ### Other - updated the following local packages: mlt-core </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently, when a synthetic test passes we would not know.
This happened to MLT-Wasm, so lets assert that this does not happen.